SftTree/NET 2.0

NextVisible Property, ItemClass Class

Softel vdm, Inc.

Returns the next visible item.

Syntax      ItemClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property NextVisible As ItemClass

C#   

public ItemClass NextVisible { get; }

C++   

public: property ItemClass^ NextVisible {
        ItemClass^ get();
}

Property Value

The next item or null/Nothing if there is no next item.

Comments

The NextVisible property returns the next visible item.

The NextVisible property can be used to traverse the items one by one, regardless of their level or hierarchical relationship. NextVisible will return the item immediately following the current item, whose parent items through the top-most parent are expanded.

The Next property works similarly, but returns the next visible or hidden item.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com